home *** CD-ROM | disk | FTP | other *** search
/ Champak 43 / Vol 43.iso / games / superdog.swf / scripts / DefineSprite_1838 / frame_31 / DoAction.as
Encoding:
Text File  |  2007-06-25  |  270 b   |  14 lines

  1. stop();
  2. _parent.mainGame.score = fs;
  3. onEnterFrame = function()
  4. {
  5.    if(Key.isDown(32))
  6.    {
  7.       _parent.lc_musci.stop();
  8.       _root.mainGame.man.play();
  9.       this.gotoAndStop(1);
  10.       _root.mainGame.nextFrame();
  11.       delete this.onEnterFrame;
  12.    }
  13. };
  14.